home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / utilities / file / kill.lha / Kill.doc < prev    next >
Encoding:
Text File  |  1994-07-31  |  1.2 KB  |  37 lines

  1. USAGE:
  2.  
  3. Kill does the same as C:Delete but your can specify the files you want to delete by date or size.
  4. The template is as following:
  5.  
  6.     FILE/M/A,ALL/S,QUIET/S,FORCE/S,SINCE/K,UPTO/K,SINCEDAYS/K/N,UPTODAYS/K/N,
  7.     BIGGER/K/N,SMALLER/K/N
  8.  
  9. FILES/M/A,ALL/S,QUIET/S,FORCE/S are the same options as described by C:Delete.
  10. With SINCE/K and UPTO/K you can specify the dates of the files that should be deleted, much the
  11. same way as these options work in C:List. With SINCEDAYS/K/N and UPTODAYS/K/N you may specify dates
  12. relative to today. For example
  13.  
  14.     Kill Download:#? UPTODAYS -7
  15.  
  16. deletes all files in Download: that are older than one week. Finally you may delete files based on
  17. their size:
  18.  
  19.     Kill Download:#? SMALLER 1000
  20.  
  21. deletes all files in Download with 999 or less bytes.
  22.  
  23. You may combine the last six options freely, only a file matching all six will be deleted.
  24.  
  25. AUTHOR:
  26.  
  27. Walter Dörwald
  28. Moiergasse 4
  29. 92708 Mantel
  30. eMail: walter@data.mayn.sub.de
  31.  
  32. Bug reports and suggestions are always welcome
  33.  
  34. This program and it's source are public domain, do which what you like as long as you don't get
  35. rich with it, and if you actually find parts of it useful give credit where credit is due.
  36.  
  37.